projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
611104b
)
Don't include unistd.h unconditionally
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Wed, 13 Jul 2011 07:27:28 +0000
(15:27 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Wed, 13 Jul 2011 07:27:28 +0000
(15:27 +0800)
gtk/a11y/gtktextviewaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/a11y/gtktextviewaccessible.c
b/gtk/a11y/gtktextviewaccessible.c
index 809a5a929e840ded201bb4d9d6d6d7866bddd8b4..d0fa153c42c13c57c069cbb88db9cdc237f01860 100644
(file)
--- a/
gtk/a11y/gtktextviewaccessible.c
+++ b/
gtk/a11y/gtktextviewaccessible.c
@@
-20,7
+20,11
@@
#include "config.h"
#include <sys/types.h>
+
+#ifdef HAVE_UNISTD_H
#include <unistd.h>
+#endif
+
#include <string.h>
#include <stdlib.h>
#include <glib-object.h>